else instruction meaning in Chinese
else指令
Examples
- The same can be done with if else instructions where the optimizer can order the if else so that either the if or else block is placed first depending on which block is more frequently true
可以对if / else指令执行相同的操作;这时,优化程序可以对if / else进行排序,根据哪个块为true的频率最高,将if块或者else块放在最前面。